home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / COMMPORT.DEF < prev    next >
Text File  |  1994-06-02  |  1KB  |  38 lines

  1. LIBRARY         CommPort
  2. DESCRIPTION     'Communications Port External Factory'
  3. EXETYPE         WINDOWS
  4. STUB            'WINSTUB.EXE'
  5. CODE            MOVEABLE DISCARDABLE LOADONCALL
  6. DATA            MOVEABLE SINGLE
  7. HEAPSIZE        128
  8. SEGMENTS
  9.         COMMPORT_TEXT   MOVEABLE DISCARDABLE LOADONCALL
  10. EXPORTS
  11. ;        LibEntry                @1      RESIDENTNAME
  12.         WEP                     @2      RESIDENTNAME
  13.         _CommPort_mNew          @3
  14.         _CommPort_mDispose      @4
  15.         _CommPort_mName         @5
  16.         _CommPort_mPortName     @6
  17.         _CommPort_mStatus       @7
  18.         _CommPort_mError        @8
  19.         _CommPort_mSetup        @9
  20.         _CommPort_mSetBaudRate  @10
  21.         _CommPort_mBaudRate     @11
  22.         _CommPort_mSetDataBits  @12
  23.         _CommPort_mDataBits     @13
  24.         _CommPort_mSetStopBits  @14
  25.         _CommPort_mStopBits     @15
  26.         _CommPort_mSetParity    @16
  27.         _CommPort_mParity       @17
  28.         _CommPort_mSetFlowCtl   @18
  29.         _CommPort_mFlowCtl      @19
  30.         _CommPort_mWriteChar    @20
  31.         _CommPort_mWriteString  @21
  32.         _CommPort_mWriteCount   @22
  33.         _CommPort_mWriteFlush   @23
  34.         _CommPort_mReadChar     @24
  35.         _CommPort_mReadString   @25
  36.         _CommPort_mReadCount    @26
  37.         _CommPort_mReadFlush    @27
  38.